home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Electronic Messages / USEnet Digests / USEnet Vol. 4 / USEnet 4.80 < prev    next >
Encoding:
Text File  |  1988-06-18  |  41.7 KB  |  1,071 lines  |  [TEXT/ttxt]

  1.  
  2. Usenet Mac Digest     Friday, June 17, 1988          Volume 4 : Issue 80
  3.  
  4. Today's Topics:
  5.      E-mail path to Steve Christensen?
  6.      Re: Using new keyboards on Mac Pluses
  7.      SIMMs
  8.      Selecting objects in a drawing program
  9.      Re: Vertical Retrace Queue Problem
  10.      FKEYs - where do they go?
  11.      How I hate MPW stdio...
  12.      System 6.0 and 2Mb Mac 512Ke
  13.      Re: Folder Icons
  14.      Funny Alert 'F1F1'
  15.      Re: Problems with System 6.0?????
  16.      MacWorks Plus! for the Lisa
  17.      Re: Problems with System 6.0?????
  18.      Diskfit floppy problems?
  19.      Absolute Assembly
  20.      Sound Manager esoterica
  21.      Re: Diskfit floppy problems?
  22.      Re: Black background
  23.      Re: Hard disks for the mac se, mac ii
  24.      LightspeedC 3.0 Upgrade Notice
  25.      Re: Importing text to Omnis3+ problem.
  26.      Re: Databases for the Mac
  27.      I want my MiniFinder!
  28.      Re: ResEdit Clipboard Format?
  29.      Re: Absolute Assembly
  30.      A/UX license
  31.      Mini-Review of Green Hills f77 on A/UX
  32.      System 6.0 breaks my CDEVS! (2 messages)
  33.      Teaching assembly language on the Mac
  34.      SCSI for 512KE
  35.      Looking for font with logic symbols
  36.      Hanging Floppy solved (sort of)
  37.      Mac II meets XBR
  38.      Palette manager interaction with SFPutFile
  39.  
  40. ----------------------------------------------------------------------
  41.  
  42. From: oster@dewey.soe.berkeley.edu (David Phillip Oster)
  43. Subject: E-mail path to Steve Christensen?
  44. Date: 11 Jun 88 02:36:22 GMT
  45. Organization: School of Education, UC-Berkeley
  46.  
  47. Does anybody have an E-mail path to Steve Christensen? I'd like to talk
  48. to him about his possible releasing of a program with the same name as
  49. my copyrighted shareware. -- --- David Phillip Oster            --When
  50. you asked me to live in sin with you Arpa: oster@dewey.soe.berkeley.edu
  51. --I didn't know you meant sloth. Uucp:
  52. {uwvax,decvax,ihnp4}!ucbvax!oster%dewey.soe.berkeley.edu
  53.  
  54.  
  55. ------------------------------
  56.  
  57. From: dlw@hpsmtc1.HP.COM (David Williams)
  58. Subject: Re: Using new keyboards on Mac Pluses
  59. Date: 10 Jun 88 18:13:52 GMT
  60. Organization: Hewlett Packard, Cupertino
  61.  
  62. in:comp.sys.mac / cloos@batcomputer.tn.cornell.edu (James H. Cloos
  63. Jr.)asks:
  64. >Is there any way to use one of the new keyboards (ie the ones avaiable for
  65. >SE's and II's) with a Mac Plus??
  66.  
  67. Yes, Olduvai makers of ReadIT and IconIT have just such a thing, check
  68. out MacWorld or MacUser ads for details.
  69.  
  70. >Would it need some kind of interface box, or just a custom cable?
  71. Its a box that allows you to hook ADB devices in on one end and plug
  72. into your Plus on the other.
  73.  
  74. >Thanks for any info.
  75.  
  76. You're Welcome
  77.  
  78. >-JimC
  79.  
  80. -David
  81.  
  82.  
  83. ------------------------------
  84.  
  85. From: lakerfan@pnet06.cts.com (Donald Toy)
  86. Subject: SIMMs
  87. Date: 10 Jun 88 16:32:09 GMT
  88. Organization: People-Net [pnet06], Orange, CA
  89.  
  90. With the "perceived / real" shortage of SIMMs for the Mac, the following
  91. question came up : Will the 9 chip SIMMs usually found on the IBM PS/2
  92. and other workstations work on the Mac?  If anyone has experience (good
  93. or bad) please e/mail.  I'll post summaries if there is enough interest.
  94. -- UUCP: {crash uunet}!pnet06!lakerfan ARPA:
  95. crash!pnet06!lakerfan@nosc.mil INET: lakerfan@pnet06.cts.com
  96.  
  97.  
  98. ------------------------------
  99.  
  100. From: housen@ssc-vax.UUCP (Kevin Housen)
  101. Subject: Selecting objects in a drawing program
  102. Date: 9 Jun 88 20:01:39 GMT
  103. Organization: Boeing Aerospace Corp., Seattle WA
  104.  
  105. Im writing a program which will have certain aspects of an
  106. object-oriented drawing program, like MacDraw or MacDraft.  The user
  107. will be able to draw some primitives like lines, arcs, circles, rects
  108. etc. and will be able to select objects and edit them. There could be
  109. lots of objects (>1000?).  My question is - does anyone know of an
  110. efficient algorithm for detecting which object, if any, was selected
  111. when a mouse-down occurs?  How do programs such as MacDraw, MacDraft,
  112. SuperPaint, etc do this?
  113.  
  114. Also, what criteria do these programs use to determine when a polyline
  115. or polygon is selected?  MacDraw and SuperPaint highlite the object when
  116. you click within a certain distance of one of the lines comprising an
  117. object.  MacDrafts criterion isnt obvious.
  118.  
  119. Any help or suggestions are appreciated.
  120.  
  121. Thanks heaps...
  122.  
  123. Kevin Housen
  124.  
  125.  
  126. ------------------------------
  127.  
  128. From: newton@mtund.ATT.COM (Newton Lee)
  129. Subject: Re: Vertical Retrace Queue Problem
  130. Date: 10 Jun 88 17:32:26 GMT
  131. Organization: AT&T ISL Middletown NJ USA
  132.  
  133. The problem to my vertical retrace queue program was caused by the
  134. improper setup of the A5 register. SetUpA5() and RestoreA5() were used
  135. to fix that problem. (ref: Chapter 13, Inside Mac Vol. II)
  136.  
  137. - Newton Lee, AT&T Advanced WorkGroup Systems
  138.  
  139.  
  140. ------------------------------
  141.  
  142. From: levin@bbn.com (Joel B Levin)
  143. Subject: FKEYs - where do they go?
  144. Date: 10 Jun 88 19:26:51 GMT
  145. Organization: BBN Communications Corporation
  146.  
  147. Under MultiFinder (system tools 5) -- where is an FKEY loaded?  System
  148. heap?  Current application heap? --
  149.     Curiously / JBL UUCP: {backbone}!bbn!levin     USPS: BBN Communications
  150. Corporation ARPA: levin@bbn.com                  50 Moulton Street POTS:
  151. (617) 873-3463                 Cambridge, MA  02238
  152.  
  153.  
  154. ------------------------------
  155.  
  156. From: STORKEL@RICE.BITNET (Scott Storkel)
  157. Subject: How I hate MPW stdio...
  158. Date: 7 Jun 88 23:03:50 GMT
  159. Organization: Rice University - ICSA
  160.  
  161. I just discovered a VERY interesting little fact about using stdio from
  162. MPW C. For the last few days, I have been working on writing a Macintosh
  163. interface for a program that converts MacWrite files to into Script.
  164. This program was originally written to run on Unix  machines. No
  165. problem, I thought, I'll just write some Mac routines to get the file
  166. names, and let the stdio routines built into MPW C do all the work for
  167. me. I finally managed to get the Mac stuff working, and the program
  168. which runs fine on a Sun, doesn't work on the Mac.
  169.  
  170. The problem was that the output file was truncated. The part of the file
  171. that was there was fine, but part of it was missing. After trying all
  172. kinds of variations of fflush, fclose, and so on I finally found the
  173. problem. I was calling ExitToShell() to quit from the program, and NOT
  174. exit(). It seems to me that as long as I have called fclose() to close
  175. the file, I should not have to call exit(). However, if I don't call
  176. exit() the output file is truncated, and the Finder says that it is
  177. locked or in use.
  178.  
  179. It seems that this is a BAD policy. What if the user converts a file,
  180. then sits around for a few minutes staring at the wonderful About..
  181. dialog box, and then power goes out? BOOM, his file is trashed. Is there
  182. any way around this type of situation? Will changing the way in which
  183. the stream is buffered make any difference?
  184.  
  185. Please mail any response directly to me, if possible. -- Scott Storkel
  186. Macintosh Software Development Rice University Houston, Texas
  187.  
  188.  
  189. ------------------------------
  190.  
  191. From: jdb@mordor.s1.gov (John Bruner)
  192. Subject: System 6.0 and 2Mb Mac 512Ke
  193. Date: 11 Jun 88 21:09:35 GMT
  194. Organization: Supercomputer R&D Project, LLNL
  195.  
  196. Over the years I've upgraded my Mac 512, first by getting the 128K ROMs
  197. and then by adding a Dove memory upgrade.  As a result, I now have a 2Mb
  198. 512Ke.  I received System 6.0 a few days ago and I am very disappointed
  199. to discover that it doesn't work on my machine. Any attempt to touch the
  200. serial ports causes a crash, and although it installs the Sound Manager,
  201. the SystemBeep is always "Simple Beep", even when I've selected
  202. something else using the control panel.
  203.  
  204. The same floppy runs fine on a Mac+ at work.  My guess is that some of
  205. the patched-in code depends upon the small amount of hardware that
  206. differentiates a Mac+ from a Mac 512Ke (e.g. the larger parameter RAM).
  207.  
  208. I'd appreciate any suggestions for a workaround.
  209. --
  210.   John Bruner (Supercomputer R&D, Lawrence Livermore National Laboratory)
  211.   jdb@mordor.s1.gov    ...!lll-crg!mordor!jdb        (415) 422-0759
  212.  
  213.  
  214. ------------------------------
  215.  
  216. From: gagaku@ucscd.UCSC.EDU (23527000)
  217. Subject: Re: Folder Icons
  218. Date: 10 Jun 88 09:21:07 GMT
  219. Organization: University of California, Santa Cruz; CATS
  220.  
  221. Hertzfeld's Servant allows custom folder icons, so should be
  222. implementable in new (7.0) Finder!
  223.  
  224. But please also consider need for another special type of folder--the
  225. "virtual" folder that is transparent under HFS, but allows grouping of
  226. related files such as all laser fonts in the System folder, all Inits,
  227. all cdevs, etc. At present, you can't do this without "hiding" these
  228. files from the Finder. A "Virtual" folder -- perhaps an "envelope" icon
  229. -- would allow cleaning up the god-awful mess in System and other big
  230. folders...
  231.  
  232.  
  233. ------------------------------
  234.  
  235. From: kaufman@polya.Stanford.EDU (Marc T. Kaufman)
  236. Subject: Funny Alert 'F1F1'
  237. Date: 12 Jun 88 17:07:40 GMT
  238. Organization: Stanford University
  239.  
  240. Subsequent to installing system 6.0, I have been getting an occasional
  241. Alert box with the message "F1F1" in it when starting some applications
  242. from Finder. This has happened with MacTools and MacDraw, so I assume it
  243. is not application specific, but rather Finder generated.  After
  244. clicking off the Alert, the app runs fine.  Does anyone have any idea
  245. what the Alert means?
  246.  
  247.  
  248. --------------------------
  249. From: moriarty@tc.fluke.COM (Jeff Meyer)
  250. Subject: Re: Problems with System 6.0?????
  251. Date: 12 Jun 88 19:16:32 GMT
  252. Organization: John Fluke Mfg. Co., Inc., Everett, WA
  253.  
  254. In article <51150@ti-csl.CSNET> holland@mips.UUCP (Fred Hollander)
  255. writes:
  256. >I installed Dollars & Sense 4.1 at the same time as System 6 and was furious
  257. >at the frequency that it would crash.  It didn't take long to pinpoint the
  258. >incompatibility with new system.  When I want to use it, I have to reboot
  259. >with the old system.  Does anyone know what has been changed that is causing
  260. >these problems?
  261.  
  262. A friend had the same problems, and called the makers of Dollars &
  263. Sense. They admit 4.1 doesn't work under 6.0, and will be mailing out a
  264. new revision to registered owners poste haste.
  265.  
  266. As of today, these are the programs I know are having problems under
  267. 6.0:
  268.  
  269. 4th Dimension (don't know the revision, saw note in MACINTOSH TODAY)
  270. Dark Castle, Beyond Dark Castle, Apache Strike, Falcon Dollars and Sense
  271. 4.1
  272.  
  273. Several that I'm not sure WHAT is causing problems with:
  274.  
  275. Microsoft Works 1.1 keeps getting some garbage characters under the
  276. Database menu bar.  Someone said that they'd get a bomb after hitting
  277. the menu bar, but I can't say I've seen that.
  278.  
  279. Something is peculiar with the control panel.  Some things just aren't
  280. getting refreshed correctly -- the Edit menu under QuicKeys (the Edit
  281. menu actually inside the control panel box) doesn't appear until you
  282. obscure the QuicKeys menu with a dialogue box.  Similarly, the Map Icon
  283. didn't appear under the control panel until I selected and de-selected
  284. it.
  285.  
  286. Worst of all, I tried bringing QuicKeys up under 6.0 (Finder, not
  287. MultiFinder) while running PictureBase 1.2.2, and got half a control
  288. panel! It was if someone had re-designed the control panel to be 1/3
  289. narrower than before.  Trying to select QuickKeys caused a bomb, and I
  290. had to replace the control panel in the system file.  Damn annoying,
  291. 'cause I needed to to useys to do some dull work in PB.  QuicKeys
  292. seems to work elsewhere, though.  (ThiscKeys version 1.1).
  293.  
  294. More problems as they occur on this CBS station...
  295.  
  296.                          Any sufficiently advanced technology is
  297.                          indistinguishable from a rigged demo.
  298.                                 -- Andy Finkel --
  299.                                         Moriarty, aka Jeff Meyer
  300. INTERNET:     moriarty@tc.fluke.COM Manual UUCP:  {uw-beaver, sun,
  301. microsoft}!fluke!moriarty CREDO:        You gotta be Cruel to be Kind...
  302. <*> DISCLAIMER: Do what you want with me, but leave my employers alone!
  303. <*>
  304.  
  305.  
  306. ------------------------------
  307.  
  308. From: thschulz@iraul1.ira.uka.de (Thomas Schulz)
  309. Subject: MacWorks Plus! for the Lisa
  310. Date: 11 Jun 88 10:13:00 GMT
  311. Organization: University of Karlsruhe, W.-Germany
  312.  
  313. In Sun Remarketing Inc.'s new summer 88 catalog I found the long-awaited
  314. blessing for Lisa (MacXL) owners:
  315.  
  316. MacWorks Plus!  (list $200)
  317.  
  318. It seems to emulate the MacPlus ROMs while Apple's old MacWorks 3.0 only
  319. emulated the 64K ROMs. Sun claims it can run HyperCard, MultiFinder,
  320. HFS, Adobe Illustrator and all these goodies which crashed the Lisa up
  321. to now. Has anybody tested this product, is it VaporWare or real ? I
  322. would appreciate if anybody could comment on any short-comings (sound,
  323. graphics)...
  324.  
  325.  
  326. ------------------------------
  327.  
  328. From: chuq@plaid.Sun.COM (Chuq Von Rospach)
  329. Subject: Re: Problems with System 6.0?????
  330. Date: 12 Jun 88 22:37:47 GMT
  331. Organization: Fictional Reality
  332.  
  333. >As of today, these are the programs I know are having problems under 6.0:
  334. >
  335. >4th Dimension (don't know the revision, saw note in MACINTOSH TODAY)
  336.  
  337. Anything prior to 1.0.6. Registered users should have already gotten a
  338. letter from Acius warning them of this, and telling them how to upgrade.
  339. (The upgrade, by the way, is free. Send them your serial number, they
  340. send you the new release. I like the way Acius operates....)
  341.  
  342. Chuq Von Rospach            chuq@sun.COM        Delphi: CHUQ
  343.  
  344.     Robert A. Heinlein: 1907-1988. He will never truly die as long as we
  345.                            read his words and speak his name. Rest in
  346. Peace.
  347.  
  348.  
  349. ------------------------------
  350.  
  351. From: chuq@plaid.Sun.COM (Chuq Von Rospach)
  352. Subject: Diskfit floppy problems?
  353. Date: 13 Jun 88 01:01:40 GMT
  354.  
  355. Anyone seen this? I just spent a few hours upgrading one of my Mac's
  356. with a bunch of new stuff and made major changes to the System Folder.
  357. When I went in to back up the changes with DiskFit (release 1.4.1) it
  358. kept hanging while trying to load in floppies from the backup set.
  359.  
  360. Reading/writing floppies at the finder level is no problem. Neither is
  361. reading/writing DiskFit backups under unifinder (which is what I finally
  362. did after half a dozen tries, re-installing Diskfit and System, removing
  363. inits, etc, etc, etc). If I run it under Unifinder, it works.
  364. Multifinder, no.
  365.  
  366. The same revisions of software are all working on the other Mac, with no
  367. problem, of course.
  368.  
  369. And idea what it might be? A floppy drive going flakey? A corrupted file
  370. somewhere? Bad karma?
  371.  
  372. Chuq Von Rospach            chuq@sun.COM        Delphi: CHUQ
  373.  
  374.     Robert A. Heinlein: 1907-1988. He will never truly die as long as we
  375.                            read his words and speak his name. Rest in
  376. Peace.
  377.  
  378.  
  379. ------------------------------
  380.  
  381. From: kaufman@polya.Stanford.EDU (Marc T. Kaufman)
  382. Subject: Absolute Assembly
  383. Date: 12 Jun 88 17:13:20 GMT
  384. Organization: Stanford University
  385.  
  386. I am involved in the development of hardware that uses 68000 type CPUs.
  387. I need to write code for the ROMs in the device.  Is there any way to
  388. put the MPW assembler into a mode in which it will generate ABSOLUTE
  389. based code? Right now I have to run an assembler on a PC.  (and no, I do
  390. not want to change all address offsets to 'address-start'... and I do
  391. not want the assembler to assume incorrect things about my register
  392. environment (A5, A6)).
  393.  
  394.  
  395. ------------------------------
  396.  
  397. From: elwell@tut.cis.ohio-state.edu (Clayton Elwell)
  398. Subject: Sound Manager esoterica
  399. Date: 13 Jun 88 03:20:51 GMT
  400. Organization: The Ohio State University Dept of Computer and Information Science
  401.  
  402.  
  403. Well, I've been playing with the Sound Manager, and I think I grok it
  404. pretty well.  I can play in stereo, I can play at 44KHz, I can do all
  405. sorts of nifty things.  However, I have two questions, and I thought I'd
  406. ask here before (a) doing a lot of trial and error to find out, or (b)
  407. annoying people at Apple via AppleLink.
  408.  
  409. 1) In the original notes I have about the Mac II, it says that the sound
  410. circuitry can operate in a "companding" mode, thus dramatically
  411. increasing the dynamic range of the resulting sound.  However, I have no
  412. idea how to turn this on.  Was this just a gleam in someone's eye, or is
  413. it just undocumented :-)?
  414.  
  415. 2) The Sound Manager will let me open as many channels of sampled sound
  416. as I want.  How many can I have actually producing sound at once on a
  417. Mac II?  How about an SE or a Plus?
  418.  
  419. Thanks for any help, -- Clayton M. Elwell
  420. <elwell@tut.cis.ohio-state.edu> Ohio State University CIS Dept. Research
  421. Computing Facility
  422.  
  423. "... there was a *third* possibility that we hadn't even counted upon
  424. ..."        --Arlo Guthrie, "Alice's Restaurant"
  425.  
  426.  
  427. ------------------------------
  428.  
  429. From: ecs165s052@deneb.ucdavis.edu (Greg DeMichillie)
  430. Subject: Re: Diskfit floppy problems?
  431. Date: 13 Jun 88 05:36:47 GMT
  432. Organization: University of California, Davis
  433.  
  434. In article <56259@sun.uucp> chuq@plaid.Sun.COM (Chuq Von Rospach)
  435. writes:
  436. >Anyone seen this? I just spent a few hours upgrading one of my Mac's with a
  437. >bunch of new stuff and made major changes to the System Folder. When I went
  438. >in to back up the changes with DiskFit (release 1.4.1) it kept hanging while
  439. >trying to load in floppies from the backup set.
  440. >
  441. >Reading/writing floppies at the finder level is no problem. Neither is
  442.  
  443. >Chuq Von Rospach            chuq@sun.COM        Delphi: CHUQ
  444.  
  445. What kind of hangs?  I've seen DiskFit get into a (seemingly) endless
  446. loop while accessing the disk.  My only solution is to interrupt the
  447. backup,  start it again, and tell DiskFit that the disk is missing when
  448. it gets to it the second time.  This causes it to format a new disk to
  449. replace the  original. When DiskFit asks for a new disk to format,  I
  450. just put the original disk back in and all is OK.  I've run Disk First
  451. Aid on the disks it hangs with and it reports no problems, so it appears
  452. DiskFit is to blame.
  453.  
  454. Anyone else see this or are Chuq and I the only lucky ones. (The only
  455. thing worse than a bug is an intermittent bug...) -- Greg DeMichillie
  456.   lgdemichillie@deneb.ucdavis.edu
  457.                       ecs165s052@deneb.ucdavis.edu
  458.                       {ucbvax, lll-crg, sdcsvax}!ucdavis!lgdemichillie
  459.                       AppleLink:  ST0178
  460.  
  461.  
  462. ------------------------------
  463.  
  464. From: matthew@ucscb.UCSC.EDU (73550000)
  465. Subject: Re: Black background
  466. Date: 13 Jun 88 06:25:06 GMT
  467. Organization: University of California, Santa Cruz
  468.  
  469. In article <9643@f.ms.uky.edu> yijie@ms.uky.edu (Yijie Han) writes:
  470. >
  471. >   Does anybody out there know any easy way to switch the display mode? I prefer
  472. >white characters on black background. If there is no easy way to switch, is
  473. >there an editor which allows switching display mode? Thank in advance.
  474. >
  475.  
  476. CloseView, distributed with the new system/finder can do this for you.
  477. There's a radio button in the CDEV to do just that. Looks a little
  478. strange sometimes, and you need to disable the magnification box each
  479. time (unless you really use it) but the screen switching should work
  480. fine. -- Matthew Kaufman matthew@ucscb.ucsc.edu
  481. ...ucbvax!ucscc!ucscb!matthew
  482.  
  483. If school were still in session, I wouldn't be representing their views.
  484.  
  485.  
  486. ------------------------------
  487.  
  488. From: ho@svax.cs.cornell.edu (Alex Ho)
  489. Subject: Re: Hard disks for the mac se, mac ii
  490. Date: 13 Jun 88 22:00:35 GMT
  491. Organization: Cornell Univ. CS Dept, Ithaca NY
  492.  
  493. In article <3200@ut-emx.UUCP> fellows@ut-emx.UUCP (Rolland Fellows)
  494. writes:
  495. >
  496. >I am wondering what experience people have had with cms drives.
  497. >Also is there a hard disk that others would recommend for the price or
  498. >durability.
  499. >
  500. >Thanks Rolland Fellows
  501.  
  502. i've had a cms sd60 hard disk for several months now, and it has worked
  503. flawlessly. it isn't the quietest or the best looking drive, but it was
  504. inexpensive, and has traveled several hundred miles by car. -- Alex Ho
  505. ho@svax.cs.cornell.edu
  506.  
  507.  
  508. ------------------------------
  509.  
  510. From: singer@endor.harvard.edu (Rich Siegel)
  511. Subject: LightspeedC 3.0 Upgrade Notice
  512. Date: 13 Jun 88 23:11:26 GMT
  513. Organization: Symantec/THINK Technologies, Bedford, MA
  514.  
  515.  debugger for fast development
  516.     * Precompiled headers for maximum compilation speed
  517.     * Support for routines in Inside Macintosh volumes 1-5
  518.     * inline 68020 and 68881 support
  519.     * new documentation
  520.  
  521. The most exciting of the new features is the source-level debugger. It
  522. lets you set breakpoints, trace execution line by line or function by
  523. function, examine and modify variables, arrays, and structs while the
  524. program is running.
  525.  
  526. THINK C will run with one megabyte of memory, however, to use the source
  527. level debugger you'll need at least two megabytes and MultiFinder.
  528.  
  529. All registered users can upgrade to version 3.0 for $69 plus shipping
  530. costs. The new version will read projects built with version 2.01 or
  531. later directly.
  532.  
  533. If you purchased LightspeedC after February 1, 1988, your upgrade is
  534. free. With your update order, include a copy of your dated sales receipt
  535. or purchase order with your request, along with a check to  cover
  536. shipping costs.
  537.  
  538. Send upgrade orders to:
  539.  
  540.     Symantec Corp.
  541.     Customer Service Dept.
  542.     THINK's LightspeedC 3.0 Upgrade
  543.     10201 Torre Ave.
  544.     Cupertino, CA 95014
  545.  
  546. In your order, please supply your name, company, address, phone number,
  547. LightspeedC registration number, and a check or money order for the
  548. costs. NO CREDIT CARD OR PURCHASE ORDERS WILL BE ACCEPTED. Also note
  549. that UPS will not deliver to PO Box addresses.
  550.  
  551. When ordering your upgrade, please specify your shipping preference:
  552.  
  553.     UPS Ground - $3.50
  554.     UPS Second Day Air - $5.50
  555.  
  556. Please allow two to four weeks for processing of your order.
  557.  
  558. You have any questions about the upgrade process, please call (408)
  559. 446-9994.
  560.  
  561. If you have not registered your copy of LightspeedC, send in your
  562. original registration card or original LightspeedC system disk, along
  563. with your name, company, address, phone number, and check or money
  564. order to the above address.
  565.  
  566. To avoid delay, we recommend placing your upgrade order as soon as
  567. possible. -- Diana Bury Language Products Manager
  568.  
  569. Rich Siegel Quality Assurance Technician THINK Technologies Division,
  570. Symantec Corp. Internet: singer@endor.harvard.edu UUCP:
  571. ..harvard!endor!singer Phone: (617) 275-4800 x305
  572.  
  573.  
  574. ------------------------------
  575.  
  576. From: alexis@dasys1.UUCP (Alexis Rosen)
  577. Subject: Re: Importing text to Omnis3+ problem.
  578. Date: 13 Jun 88 09:38:48 GMT
  579. Organization: The Big Electric Cat, NYC, NY
  580.  
  581. Omnis is sort of nasty that way. The best way around it is to get QUED/M
  582. from Paragon Software. Great Stuff!! Just open the file and say 'Zap
  583. Gremlins'. This will do the trick.
  584.  
  585. However, once upon a time there was a desparate Omnis user who didn't
  586. have Qued. So he wrote a very simple program in LS Pascal to get rid of
  587. control chars. for him. If you can program at all you can figure out how
  588. to do this.
  589.  
  590. The reason you can't fix the problem in Word et al. is that many
  591. characters with MacAscii codes of 1-26 (i.e., control characters)
  592. display as zero- width spaces, so the only way to find them is to
  593. arrow-key through the entire file and look for a keystroke that doesn't
  594. advance the insertion point.
  595.  
  596. Actually, there is another way. Edit the geneva font (or whatever you
  597. will be using in Word) so that none of its characters are zero-width.
  598. Then they will show up and you'll be able to look for them in word.
  599.  
  600. Unless you absolutely have to, don't use Omnis. It's overkill for your
  601. needs.
  602.  
  603. /Alexis
  604. --
  605. Alexis Rosen                       {allegra,philabs,cmcl2}!phri\
  606. Writing from                       {bellcore,harpo,cmcl2}!cucard!dasys1!alexis
  607. The Big Electric Cat            {portal,well,ihnp4,sun}!hoptoad/
  608. Public UNIX                         if mail fails: ...cmcl2!cucard!cunixc!abr1
  609.  
  610.  
  611. ------------------------------
  612.  
  613. From: alexis@dasys1.UUCP (Alexis Rosen)
  614. Subject: Re: Databases for the Mac
  615. Date: 13 Jun 88 09:44:07 GMT
  616. Organization: The Big Electric Cat, NYC, NY
  617.  
  618.  
  619. Recently, merchant@eleazar.dartmouth.edu (Peter Merchant) wrote:
  620. >In article <4890@dasys1.UUCP>, Alexis Rosen writes:
  621. >>Refer to my other articles about FoxBase+/Mac. relevant features:
  622. >>1) FULL USAGE OF MAC USER INTERFACE. This is all-important. If it looks like
  623. >>   a PC, it might as well run on one.
  624. >
  625. >Well, yes.  And no.
  626. >
  627. >FoxBase applications have various built-in commands to support dialog boxes,
  628. >buttons, and that sort of thing.  However, FoxBase's user interface is the
  629. >same old dot prompt that Dbase is famous for.
  630.  
  631. You are *dead wrong*. This could not be farther from the truth. Does
  632. everyone remember the debates that spring up every once in a while about
  633. whether a CLI (command line interface) should be available with the
  634. finder? Well, I wouldn't mind one, but I'd almost never use it. FoxBase
  635. epitomizes the 'right answer' to this question. Everything that you can
  636. do in dBase from the dot prompt can be done through their
  637. 'non-procedural interface'. Some of it is great, some of it is
  638. fantastic, and some of it is acceptable. But you never have to type in
  639. commands.
  640.  
  641. If you think your fingers are faster than my mouse (:-) you're welcome
  642. to type commands into the 'Command Window'.
  643.  
  644. Perhaps you were thinking of their programming environment? The language
  645. is the same as dBase's, with lots of enhancements, so program code
  646. (which is simply collections of dot-prompt commands w/control
  647. structures) looks some- what like what you'd see at the dot prompt- if
  648. you ignore little things like unlimited code windows, unlimited code and
  649. variable breakpoints, a trace window, an expression-evaluating window,
  650. and other little goodies like that.
  651.  
  652. Also, their implementation of the interface is vastly more complete than
  653. 'commands to support dialog boxes, buttons, and that sort of thing.' It
  654. supports almost all of the interface. Things like multiple windows (of
  655. various types), menus, dialogs, multiple fonts, sizes, and styles,
  656. buttons, PICTs, etc., etc...  (They are heading to support of arbitrary
  657. resources for all of these things, which means that you could use
  658. ResEdit, prototyper, or whatever you like best to do most of your design
  659. work.)
  660.  
  661. >We have some Dbase folks around here who have seen Foxbase, though, and
  662. >salivated quite effectively.  Unfortunately, they are tied to the MS-DOS
  663. >machines, but it almost had them switching.  If you knew these people, you'd
  664. >be impressed.  I do.  I was.  It must be pretty good...
  665.  
  666. It's better than that... You can tell them that from me (lots of
  667. experience in PCs...) Do they know that FoxBase+/Mac on an UNaccelarated
  668. Mac SE will generally beat the pants off of dBase III+ on a 25 MHz '386?
  669. No kidding. Try it with a really big sort or index...
  670.  
  671. I have NO affiliation with Fox Software. But their stuff is awesome
  672. anyway :-)
  673.  
  674. /Alexis
  675.  
  676. --
  677. Alexis Rosen                       {allegra,philabs,cmcl2}!phri\
  678. Writing from                       {bellcore,harpo,cmcl2}!cucard!dasys1!alexis
  679. The Big Electric Cat            {portal,well,ihnp4,sun}!hoptoad/
  680. Public UNIX                         if mail fails: ...cmcl2!cucard!cunixc!abr1
  681.  
  682.  
  683. ------------------------------
  684.  
  685. From: earleh@eleazar.dartmouth.edu (Earle R. Horton)
  686. Subject: I want my MiniFinder!
  687. Date: 14 Jun 88 03:24:46 GMT
  688. Organization: Dartmouth College, Hanover, NH
  689.  
  690. I notice that "Larry, John, Steve, and Bruce" have taken the "Install
  691. MiniFinder" command out of the "Special" menu.  Well, I want it back. We
  692. have a situation here where many Mac users have their own setup at home,
  693. and must use a public-access Mac at the college for printing. What I
  694. have done in the past is to have a "printing" disk which contains word
  695. processor, system file, Laser drivers, fonts, and stuff, and there is
  696. hardly enough room for the word processor's scratch space, let alone the
  697. Finder.  The MiniFinder was a logical alternative to make a bootable
  698. disk I could print with.  Now, it's gone, and I don't know what to do.
  699. Sniff. --
  700. *********************************************************************
  701. *Earle R. Horton, H.B. 8000, Dartmouth College, Hanover, NH 03755   *
  702. *********************************************************************
  703.  
  704.  
  705. ------------------------------
  706.  
  707. From: steele@Apple.COM (Oliver Steele)
  708. Subject: Re: ResEdit Clipboard Format?
  709. Date: 13 Jun 88 19:24:15 GMT
  710. Organization: Apple Computer Inc, Cupertino, CA
  711.  
  712. In article <3111@polyslo.UUCP> dorourke@polyslo.UUCP (David O'Rourke)
  713. writes:
  714. >  It is my understanding that the format of the data on the Clipboard is
  715. >just the same as the resource that was copied.  So if you were to copy a
  716. >"BNDL", ResEdit would put a resource of type "BNDL" on the clipboard.  Now
  717. >most applications don't support "BNDL" data types, so they don't allow you
  718. >to "import" them.
  719.  
  720. This is exactly right, for single resources.  If multiple resources are
  721. cut or copied, they're placed in the temporary file 'Resedit.scrap' in
  722. the same folder as ResEdit, whether they're the same type as each other
  723. or not; if you copy multiple resources, leave ResEdit, and relaunch,
  724. they won't be there any more.  If multiple resources are in the scrap
  725. and you paste into a file in ResEdit, it's only the first resource that
  726. gets pasted.  The Scrapbook lists resource types in alphabetical order,
  727. not by saved order, so this is hard to see.
  728.  
  729. Other notes:  Pastes do not check to see whether you're going to replace
  730. an existing resource file, and "Y", "N", and "C" now work, MPW-fashion,
  731. in response to the dialogs. --
  732.  ----------------------------------------------------------------------------
  733.  Oliver Steele                        steele@apple.com
  734.  Apple ATG
  735.  
  736.  Disclaimer:  I don't know anyone who works on ResEdit.  I just tried
  737. it.
  738.  
  739.  
  740. ------------------------------
  741.  
  742. From: oster@dewey.soe.berkeley.edu (David Phillip Oster)
  743. Subject: Re: Absolute Assembly
  744. Date: 14 Jun 88 04:08:50 GMT
  745. Organization: School of Education, UC-Berkeley
  746.  
  747. Check out the Apple Addison-Weselly book on writing NuBus cards for the
  748. Mac II. In it they use some clever MPW macros to lay out complex data
  749. structures for Mac II card ROMs.
  750.  
  751. I've always just used MDS for this, but any assembler should work. Once
  752. you have the code physically arranged in the ROM where you want it, I
  753. find it convenient to access hardware registers by LEAing a pointer to
  754. them into a register, and similarly for blocks of variables defined at a
  755. pc relative address. -- --- David Phillip Oster            --When you
  756. asked me to live in sin with you Arpa: oster@dewey.soe.berkeley.edu --I
  757. didn't know you meant sloth. Uucp:
  758. {uwvax,decvax,ihnp4}!ucbvax!oster%dewey.soe.berkeley.edu
  759.  
  760.  
  761. ------------------------------
  762.  
  763. From: sysop@stech.UUCP (Jan Harrington)
  764. Subject: A/UX license
  765. Date: 14 Jun 88 02:21:37 GMT
  766. Organization: Scholastech, Inc., Waltham, Mass.
  767.  
  768. A colleague of mine spoke to some people at Apple today about the
  769. availability of A/UX systems and came away with the impression that a
  770. purchase of A/UX wasn't really a purchase. Rather, it was a ONE YEAR
  771. license. After that time, no one is quite sure what will happen - the
  772. license may revert to Apple or to AT&T.
  773.  
  774. Has anyone else heard this? What's up, folks? -- Jan Harrington, sysop
  775. Scholastech Telecommunications UUCP: ihnp4!husc6!amcad!stech!sysop or
  776. allegra!stech!sysop BITNET: JHARRY@BENTLEY
  777.  
  778. ********************************************************************************
  779.     Miscellaneous profundity:
  780.  
  781.         "No matter where you go, there you are."
  782.                 Buckaroo Banzai
  783. ********************************************************************************
  784.  
  785.  
  786. ------------------------------
  787.  
  788. From: clt@pur-phy (Carrick Talmadge)
  789. Subject: Mini-Review of Green Hills f77 on A/UX
  790. Date: 14 Jun 88 04:12:21 GMT
  791. Organization: Purdue Univ. Phys Dept, W.Lafayette, IN
  792.  
  793. For those who are interested in fortran on the Mac II under A/UX:  We
  794. received our copy of the Green Hills f77 compiler last week (having had
  795. some difficulty applying the A/UX distribution f77 for our purposes 8=).
  796.  This software is distributed by UniSoft under the somewhat funky name
  797. "Optimizing Fortran" (make sure to ask your vendor for the full name).
  798.  
  799. We've found exactly one bug so far, which was extremely minor and easily
  800. worked around.  Other than that the thing compiles *fast* (it appears to
  801. compile directly from source code to object code), and produces *very*
  802. tight code.  For example, intrinsic floating point functions are
  803. substituted whenever possible with direct floating point coprocessor
  804. traps.  Other [possible] optimizations include stack frame adjustment
  805. coalescing, register replacement of local variables by coloring, loop
  806. invariant analysis, etc.  The manual is highly detailed, well written,
  807. and to the point.
  808.  
  809. I'd rate the software 9.5 out of 10.0 (-0.5 for no index with the
  810. manual). --
  811. ----------------------------------------------------------------------------
  812. Carrick Talmadge               | DISCLAIMER:  C.T. has no association
  813. with clt@newton.physics.purdue.edu  | either Green Hills or Unisoft.
  814. Opinions ..!pur-ee!pur-phy!clt          | expressed herein are his own,
  815. and do not Purdue Univ. Physics Dept.     | necessarily reflect those of
  816. his employer West Lafayette, IN  47907      | (Purdue University).
  817.  
  818.  
  819. ------------------------------
  820.  
  821. From: thecloud@pnet06.cts.com (Ken Mcleod)
  822. Subject: System 6.0 breaks my CDEVS!
  823. Date: 13 Jun 88 08:17:15 GMT
  824. Organization: People-Net [pnet06], Orange, CA
  825.  
  826.  
  827.  Practically all the public domain/shareware cdevs I used with no
  828. problem under System 4.2/Control Panel 3.2 appear to break under System
  829. 6.0/CP 3.3. Usually it's "The Control Panel cannot get enough memory"
  830. (with almost 2 megs free?!), but other alerts have popped up as well.
  831. One of the "broken" cdevs includes the Apple "Sample" cdev from IM V,
  832. which I compiled myself. Hmmmm....
  833.  I think the problem may be that these cdev's do not have a 'sysz'
  834. resource. Am I right? -- Ken McLeod =========================
  835. .......     ====================== UUCP: {crash uunet}!pnet06!thecloud
  836.   :.     .:    Chief Weapons of UNIX: ARPA:
  837. crash!pnet06!thecloud@nosc.mil   :::.. ..:::   "Fear, surprise, and
  838. INET: thecloud@pnet06.cts.com             ////        ruthless
  839. efficiency."
  840.  
  841.  
  842. ------------------------------
  843.  
  844. From: spector@vx2.GBA.NYU.EDU (David HM Spector)
  845. Subject: Re: System 6.0 breaks my CDEVS!
  846. Date: 14 Jun 88 18:30:00 GMT
  847. Organization: New York University
  848.  
  849. I had exactly the same problem.  If you are using the sources listed in
  850. the APDA draft, that could be one problem.  Between the draft and the
  851. release of the A-W version of IM V.5 they changed the source.  Primarily
  852. to enchance the eror checking.  If you are using the sources listed in
  853. the _release_ version of IM V 5, them make sure there really is enuf
  854. memory to run, the example checksfor the BCD pack, and under the new
  855. system  this is not a good check, I use a larger package like the disk
  856. init package...  for really involved cDevs I try to allocate a large
  857. chuck o'memory and then dispose of it to make sure I can still run
  858. (usually a bit larger than the handle to my existing storage, if I am
  859. already open)... Best bet is to rewrite EnoughRoomToRun to reflect the
  860. memory you're really going to need.
  861.  
  862. Hope this helps...
  863.         David --
  864. -------------------------------------------------------------------------------
  865. David HM Spector                New York University Senior Systems
  866. Programmer            Graduate School of Business Arpa:
  867. SPECTOR@GBA.NYU.EDU            Academic Computing Center
  868. UUCP:...!{allegra,rocky,harvard}!cmcl2!spector    90 Trinity Place, Rm C-4
  869. HamRadio: N2BCA      MCIMail: DSpector          New York, New York 10006
  870. AppleLink: D1161     CompuServe: 71260,1410     (212) 285-6080 "What
  871. computer puts out work like this?"  "Hire us and we'll tell you."
  872. XYZZYGLORP
  873.  
  874.  
  875. ------------------------------
  876.  
  877. From: kotliar@happy.cs.unc.edu (Mikey Kotliar)
  878. Subject: Teaching assembly language on the Mac
  879. Date: 14 Jun 88 18:04:30 GMT
  880.  
  881. I am looking for an assembler suitable for teaching assembly language
  882. programming to undergraduate students.  This tool should include an
  883. editor and debugger.  Ideally it would also display the contents of the
  884. registers as the program was executing.  E-mail responces to any of the
  885. following that work:
  886.  
  887.    kotliar@cs.unc.edu
  888.    kotliar%mcnc@relay.cs.net
  889.    ...decvax!mcnc!unc!kotliar
  890.    Mike Kotliar
  891. kotliar@cs.unc.edu
  892.  
  893. kotliar%mcnc@relay.cs.net
  894.  
  895. ...decvax!mcnc!unc!kotliar
  896.  
  897.  
  898. ------------------------------
  899.  
  900. From: bill@procase.UUCP (Bill Arnett)
  901. Subject: SCSI for 512KE
  902. Date: 14 Jun 88 17:58:00 GMT
  903. Organization: proCASE Corporation, Santa Clara, CA
  904.  
  905. I would like some advice on how to get into the wonderful world of SCSI.
  906.  I have a very old Mac (started life as a 128K) that has been upgraded
  907. to a 512KE with a Dove 2M board.  I had some trouble installing the Dove
  908. 2M board and had to push very hard to get it to seat properly.  I doubt
  909. that it can safely be removed.  The question is: can I install a Dove
  910. SCSI board?  Or any other SCSI upgrade?  Second question is: does anyone
  911. have any experience with Dove (or other) SCSI upgrades?
  912.  
  913. Thanx in advance
  914. --
  915.   Bill Arnett             {ucbvax!tolerant,hplabs!hpda}!procase!bill
  916.   proCASE Corp., Santa Clara CA
  917.   408/727-0714
  918.  
  919.  
  920. ------------------------------
  921.  
  922. From: jts@demon.siemens.com (Jim Sasaki)
  923. Subject: Looking for font with logic symbols
  924. Date: 14 Jun 88 21:34:17 GMT
  925. Organization: Siemens Research and Technology Labs, Princeton NJ
  926.  
  927. Does anyone out know of a font that includes symbols for mathematical
  928. logic? In particular, I'm looking for various turnstile symbols.
  929. Roughly approximated, they are
  930.  
  931.             |-    (single turnstile)
  932.  
  933.             |=    (double turnstile)
  934.  
  935.             ||-   (who knows what it's called?)
  936.  
  937. Please reply electronically; I'll post the result if there is general
  938. interest. (Hard to believe -- they aren't symbols that pop up
  939. everywhere, except for the occasional |- traffic sign.)  Thanks.
  940.  
  941.     Jim Sasaki (jts@siemens.com, jts%siemens.com@princeton.edu,
  942.                 ...!princeton!siemens!jts) -------------------- Any
  943. opinions above are my own, and not necessarily those of Siemens RTL, for
  944. whom I consult.
  945.  
  946.  
  947. ------------------------------
  948.  
  949. From: chuq@plaid.Sun.COM (Chuq Von Rospach)
  950. Subject: Hanging Floppy solved (sort of)
  951. Date: 15 Jun 88 03:07:14 GMT
  952.  
  953. Thanks to everyone with suggestions on why DiskFit was hanging under
  954. multifinder on one machine (but not another). I finally got it working.
  955.  
  956. What I did, basically, was re-install the system. I'd already tried
  957. fresh copies of system, multifinder, finder and DiskFit. In a fit of
  958. completeness, I went in and re-installed all of the ancillary files
  959. (general, mouse, the printer files, general, etc, etc...). When I tried
  960. it after that, it worked fine. My only guess is that some control file,
  961. like general, was corrupted in some way that DiskFit noticed, but nobody
  962. else did. Hmm.
  963.  
  964. Again, thanks.
  965.  
  966. Chuq Von Rospach            chuq@sun.COM        Delphi: CHUQ
  967.  
  968.     Robert A. Heinlein: 1907-1988. He will never truly die as long as we
  969.                            read his words and speak his name. Rest in
  970. Peace.
  971.  
  972.  
  973. ------------------------------
  974.  
  975. From: rdp@pbseps.UUCP (Richard Perlman)
  976. Subject: Mac II meets XBR
  977. Date: 15 Jun 88 03:41:45 GMT
  978. Organization: Pacific Bell Separations, San Francisco, CA
  979.  
  980.  
  981. I know this discussion has been around, but at the time it was only of
  982. intellectual interest... now I care.  That said...
  983.  
  984. I would to hook a Sony 25xbr set up to a Mac II with Mac's video board
  985. (with the expanded video option -- 8 bit video)
  986.  
  987. I would like to know:     Does this realy work?
  988.             How many pixels does the Mac think the
  989.             xbr has?
  990.             RGB vs. Composite video?
  991.             How do I do it?
  992.             What do I need?  Software, Hardware?
  993.             Whatever else you have to share...
  994.  
  995. I will summarize useful info to the net and forward all info (useful or
  996. otherwise) to any askers.
  997.  
  998. --
  999. -------
  1000. Richard Perlman  Rm. 602, 180 New Montgomery St., San Francisco, CA 94105
  1001. (415) 545-0233 || UUCP {ames,pyramid,att,bellcore,}!pacbell!pbseps!rdp
  1002.  
  1003.  
  1004. ------------------------------
  1005.  
  1006. From: dplatt@coherent.com (Dave Platt)
  1007. Subject: Palette manager interaction with SFPutFile
  1008. Date: 14 Jun 88 06:05:37 GMT
  1009. Organization: Coherent Thought Inc., Palo Alto CA
  1010.  
  1011. I've run into an interesting problem involving the Palette Manager, and
  1012. I wonder if anybody can help me figure out a way to avoid a condition
  1013. I'm not too happy with.
  1014.  
  1015. I've been playing around with my Mandelbrot-set program (MandelZot),
  1016. changing its default color palette, adding more individual colors, and
  1017. laying the groundwork for a Color Picker interface.  Currently, I
  1018. construct a palette whose length is no greater than the number of unique
  1019. colors supportable by the screen (e.g. 16 entries in 4-bit mode, 256
  1020. entries in 8-bit mode).  The first two entries in the palette are set to
  1021. be black and white, as I.M. volume V recommends.  The remaining entries
  1022. in the palette are in the form of a "contrast CLUT"... 8 entries of
  1023. [dark red, slightly brighter red, ..., full-intensity red], 8 entries of
  1024. [dark orange, slightly brighter orange, ..., full-intensity orange], and
  1025. so forth.  The colors are specified as "tolerant", with a tolerance of 0
  1026. (exact match required).  I've added some code to ensure that the palette
  1027. doesn't contain any two entries that have exactly the same color.
  1028.  
  1029. The palette works fine for drawing... I get the colors I expect.
  1030. However, things go a bit awry when I bring up a Standard Get File or
  1031. Standard Put File dialog box.  The box looks OK, but if I dismiss it
  1032. (even with the "Cancel" button), I receive a color-update event... the
  1033. entire drawing region of the window is placed in the InvalRgn, and I end
  1034. up redrawing everything.
  1035.  
  1036. It appears as if the very act of bringing up an SFPutFile dialog box
  1037. changes the GDevice's CLUT...  if I run in 16-color mode, I can see the
  1038. colors in my window change (rather garishly) when the dialog-box
  1039. appears.  They change back (apparently to the correct colors) when the
  1040. dialog box is dismissed, but the Palette Manager appears to be resetting
  1041. the color environment back to its defaults and then reactivating my
  1042. palette, thus necessitating a complete redraw.
  1043.  
  1044. I can prevent the color-update event by passing FALSE in my SetPalette()
  1045. call, but that leaves the window very vulnerable to obnoxious color
  1046. changes... especially if it's temporarily covered over by another
  1047. window.  I've tried shortening my palette, reducing the number of
  1048. entries by as much as 50% in the hope that the SFPutFile colors will
  1049. grab CLUT entries that I'm not using... no soap!
  1050.  
  1051. Is there any way to prevent SFGetFile and SFPutFile (or the
  1052. dialog/window-manager functions they call) from stomping on the color
  1053. environment when the dialog boxes appear?  What I'd really prefer would
  1054. be to have the dialog boxes drawn using the values in the current
  1055. CLUT... they're almost certainly close enough for an acceptable-looking
  1056. dialog.
  1057.  
  1058. --
  1059. Dave Platt                                             VOICE: (415) 493-8805
  1060.   USNAIL: Coherent Thought Inc.  3350 West Bayshore #205  Palo Alto CA 94303
  1061.   UUCP: ...!{ames,sun,uunet}!coherent!dplatt     DOMAIN: dplatt@coherent.com
  1062.   INTERNET:   coherent!dplatt@ames.arpa,    ...@sun.com,    ...@uunet.uu.net
  1063.  
  1064. ------------------------------
  1065.  
  1066. End of Usenet Mac Digest
  1067. ************************
  1068.  
  1069. >>Download of 1067 lines: Complete.
  1070.  
  1071. ACTION>